UTC in Java

204

UTC in Java -

import java.time.Instant;

Instant timestamp = Instant.now()	// gives the UTC time

Comments

Submit
0 Comments